home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / PopMenuBar.cpt / PopMenuBar / card_2837.txt < prev    next >
Text File  |  1988-04-30  |  2KB  |  70 lines

  1. -- card: 2837 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2733
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=57 top=59 right=112 bottom=462
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 8192
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 13 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=58 top=140 right=302 bottom=476
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 8192
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 15 (button)
  37. -- low flags: 00
  38. -- high flags: 8002
  39. -- rect: left=141 top=111 right=133 bottom=241
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: PopMenuBar
  48. ----- HyperTalk script -----
  49. on mouseDown
  50.   get PopMenuBar(301,302,303,304,305,306)
  51.   put it into the message box
  52. end mouseDown
  53.  
  54.  
  55.  
  56. -- part contents for card part 2
  57. ----- text -----
  58. The PopMenuBar XFCN allows you to add Pop Up Menu Bars to your stack. By using this feature you can get around Hypercard's limitation of not being able to customize the Menu Bar. Try it out now: 
  59.  
  60. -- part contents for card part 13
  61. ----- text -----
  62. Command Structure: 
  63. PopMenuBar(menuID#1,menuID#2,...,menuID#10) 
  64. menuID#n: id of menu resource to be added to Pop Up Menu Bar . 
  65. Note: You can add up to 10 menus to the Menu Bar. Menu Ids should be greater than 12 (ids 1 to 12 are used for Hypercard's Menu Bar). 
  66.  
  67. Values returned by PopMenuBar: 
  68. -1 => PopMenuBar was called without any parameter  or with more   ¬†¬†¬†¬†than 10 parameters. 
  69. -2 => Illegal Menu Resource ID ( It should be greater than 12 ) . 
  70.